When I type manjaro-chroot I get bash: manjaro-chroot: command not found Running from an installed system, what I want to do is install grub on a usb disk.
After I enter the chroot with arch-chroot /mnt the nano command is not found. I believe that it should be installed because I used the pacstrap script ...
The shell will return not found for numerous reasons. As mentioned, try running the command manually with full path and also find the file in the filesystem ...
Getting the following error when trying to enter my system. I don't have /bin/bash in my file system but I thought it was created automatically when I ran ...
I am trying to set up the rootfs properly - I have it installed to an external scdard and am using busybox to chroot into it with busybox chroot /data/local/ ...
arch-chroot command is used to create chroot jail which changes the root directory from the current one (in the virtual system booted from the ISO image) to ...